projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144e4af
)
Trivial: Silence a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Aug 2011 11:54:58 +0000
(07:54 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Aug 2011 11:54:58 +0000
(07:54 -0400)
tests/testfontselectiondialog.c
patch
|
blob
|
history
diff --git
a/tests/testfontselectiondialog.c
b/tests/testfontselectiondialog.c
index bcc1c80528366b8315c2384993d7c00e4c3f73ec..96f8652c7342d46b9d364d5725f5f4bad4170867 100644
(file)
--- a/
tests/testfontselectiondialog.c
+++ b/
tests/testfontselectiondialog.c
@@
-27,7
+27,7
@@
int
main (int argc, char *argv[])
{
GtkWidget *dialog;
- GtkWidget *ok;
+ GtkWidget *ok
G_GNUC_UNUSED
;
gtk_init (&argc, &argv);